Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 5 - Ink Objects / Ink Objects Reference
Constants and Data Types


The Ink Object

QuickDraw GX provides you with access to an individual ink object through an ink reference:

typedef struct gxPrivateInkRecord *gxInk;
In this type definition, gxInk is a type-checked reference, not an actual pointer to any defined structure. The contents of the ink object are private.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996